force the usage of the shared libzstd library.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 22 Dec 2023 15:11:45 +0000 (16:11 +0100)
committerPatrick Franz <deltaone@debian.org>
Fri, 22 Dec 2023 15:11:45 +0000 (16:11 +0100)
commitc8fc89f397c90f729d4797c03621af8200134cae
treed4370be87481dca134029dc88e64e74ff77cf9a6
parentcaa1df924cb8d67578a3f4701bdb0a1cf93f0b6f
force the usage of the shared libzstd library.

Bug: https://bugreports.qt.io/browse/QTBUG-110978
Forwarded: not-needed

The library provides both versions, and the original code prefers the static
version over the shared, while on Debian it should always use the shared
version.

Gbp-Pq: Name force_shared_libzstd.patch
cmake/FindWrapZSTD.cmake